projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8a3c7e
)
(turn-on-auto-fill): Mark it as an option for `text-mode-hook'.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 18 Feb 1999 07:24:11 +0000
(07:24 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 18 Feb 1999 07:24:11 +0000
(07:24 +0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 38bea602eb569a9acb36e7a483a0ef261f4990f2..18f8bc9a4b949205ebc0d546d6c90e5f07c63d7b 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-3138,6
+3138,7
@@
for `auto-fill-function' when turning Auto Fill mode on."
(defun turn-on-auto-fill ()
"Unconditionally turn on Auto Fill mode."
(auto-fill-mode 1))
+(custom-add-option 'text-mode-hook 'turn-on-auto-fill)
(defun set-fill-column (arg)
"Set `fill-column' to specified argument.